@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class LogCollectionCreationParams extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_CLUSTER_ID |
static String |
SERIALIZED_NAME_HOSTS |
static String |
SERIALIZED_NAME_LOG_ENDED_AT |
static String |
SERIALIZED_NAME_LOG_STARTED_AT |
static String |
SERIALIZED_NAME_SERVICE_GROUPS |
static String |
SERIALIZED_NAME_WITNESS_ID |
| 构造器和说明 |
|---|
LogCollectionCreationParams() |
public static final String SERIALIZED_NAME_SERVICE_GROUPS
public static final String SERIALIZED_NAME_LOG_STARTED_AT
public LogCollectionCreationParams witnessId(String witnessId)
public void setWitnessId(String witnessId)
public LogCollectionCreationParams serviceGroups(List<LogCollectionServiceGroupParams> serviceGroups)
public LogCollectionCreationParams addServiceGroupsItem(LogCollectionServiceGroupParams serviceGroupsItem)
@Nullable public List<LogCollectionServiceGroupParams> getServiceGroups()
public void setServiceGroups(List<LogCollectionServiceGroupParams> serviceGroups)
public LogCollectionCreationParams logEndedAt(org.threeten.bp.OffsetDateTime logEndedAt)
@Nonnull public org.threeten.bp.OffsetDateTime getLogEndedAt()
public void setLogEndedAt(org.threeten.bp.OffsetDateTime logEndedAt)
public LogCollectionCreationParams logStartedAt(org.threeten.bp.OffsetDateTime logStartedAt)
@Nonnull public org.threeten.bp.OffsetDateTime getLogStartedAt()
public void setLogStartedAt(org.threeten.bp.OffsetDateTime logStartedAt)
public LogCollectionCreationParams clusterId(String clusterId)
public void setClusterId(String clusterId)
public LogCollectionCreationParams hosts(HostWhereInput hosts)
@Nonnull public HostWhereInput getHosts()
public void setHosts(HostWhereInput hosts)
Copyright © 2025. All rights reserved.