@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssetPropertyAggregatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAssetPropertyAggregatesRequest() |
Modifier and Type | Method and Description |
---|---|
GetAssetPropertyAggregatesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAggregateTypes()
The data aggregating function.
|
String |
getAssetId()
The ID of the asset, in UUID format.
|
Date |
getEndDate()
The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
Integer |
getMaxResults()
The maximum number of results to return for each paginated request.
|
String |
getNextToken()
The token to be used for the next set of paginated results.
|
String |
getPropertyAlias()
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature ). |
String |
getPropertyId()
The ID of the asset property, in UUID format.
|
List<String> |
getQualities()
The quality by which to filter asset data.
|
String |
getResolution()
The time interval over which to aggregate data.
|
Date |
getStartDate()
The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
String |
getTimeOrdering()
The chronological sorting order of the requested information.
|
int |
hashCode() |
void |
setAggregateTypes(Collection<String> aggregateTypes)
The data aggregating function.
|
void |
setAssetId(String assetId)
The ID of the asset, in UUID format.
|
void |
setEndDate(Date endDate)
The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
void |
setPropertyAlias(String propertyAlias)
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature ). |
void |
setPropertyId(String propertyId)
The ID of the asset property, in UUID format.
|
void |
setQualities(Collection<String> qualities)
The quality by which to filter asset data.
|
void |
setResolution(String resolution)
The time interval over which to aggregate data.
|
void |
setStartDate(Date startDate)
The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
void |
setTimeOrdering(String timeOrdering)
The chronological sorting order of the requested information.
|
String |
toString()
Returns a string representation of this object.
|
GetAssetPropertyAggregatesRequest |
withAggregateTypes(AggregateType... aggregateTypes)
The data aggregating function.
|
GetAssetPropertyAggregatesRequest |
withAggregateTypes(Collection<String> aggregateTypes)
The data aggregating function.
|
GetAssetPropertyAggregatesRequest |
withAggregateTypes(String... aggregateTypes)
The data aggregating function.
|
GetAssetPropertyAggregatesRequest |
withAssetId(String assetId)
The ID of the asset, in UUID format.
|
GetAssetPropertyAggregatesRequest |
withEndDate(Date endDate)
The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
GetAssetPropertyAggregatesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
GetAssetPropertyAggregatesRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
GetAssetPropertyAggregatesRequest |
withPropertyAlias(String propertyAlias)
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature ). |
GetAssetPropertyAggregatesRequest |
withPropertyId(String propertyId)
The ID of the asset property, in UUID format.
|
GetAssetPropertyAggregatesRequest |
withQualities(Collection<String> qualities)
The quality by which to filter asset data.
|
GetAssetPropertyAggregatesRequest |
withQualities(Quality... qualities)
The quality by which to filter asset data.
|
GetAssetPropertyAggregatesRequest |
withQualities(String... qualities)
The quality by which to filter asset data.
|
GetAssetPropertyAggregatesRequest |
withResolution(String resolution)
The time interval over which to aggregate data.
|
GetAssetPropertyAggregatesRequest |
withStartDate(Date startDate)
The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
GetAssetPropertyAggregatesRequest |
withTimeOrdering(String timeOrdering)
The chronological sorting order of the requested information.
|
GetAssetPropertyAggregatesRequest |
withTimeOrdering(TimeOrdering timeOrdering)
The chronological sorting order of the requested information.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAssetId(String assetId)
The ID of the asset, in UUID format.
assetId
- The ID of the asset, in UUID format.public String getAssetId()
The ID of the asset, in UUID format.
public GetAssetPropertyAggregatesRequest withAssetId(String assetId)
The ID of the asset, in UUID format.
assetId
- The ID of the asset, in UUID format.public void setPropertyId(String propertyId)
The ID of the asset property, in UUID format.
propertyId
- The ID of the asset property, in UUID format.public String getPropertyId()
The ID of the asset property, in UUID format.
public GetAssetPropertyAggregatesRequest withPropertyId(String propertyId)
The ID of the asset property, in UUID format.
propertyId
- The ID of the asset property, in UUID format.public void setPropertyAlias(String propertyAlias)
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature
). For more information, see Mapping industrial
data streams to asset properties in the IoT SiteWise User Guide.
propertyAlias
- The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature
). For more information, see Mapping
industrial data streams to asset properties in the IoT SiteWise User Guide.public String getPropertyAlias()
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature
). For more information, see Mapping industrial
data streams to asset properties in the IoT SiteWise User Guide.
/company/windfarm/3/turbine/7/temperature
). For more information, see Mapping
industrial data streams to asset properties in the IoT SiteWise User Guide.public GetAssetPropertyAggregatesRequest withPropertyAlias(String propertyAlias)
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature
). For more information, see Mapping industrial
data streams to asset properties in the IoT SiteWise User Guide.
propertyAlias
- The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature
). For more information, see Mapping
industrial data streams to asset properties in the IoT SiteWise User Guide.public List<String> getAggregateTypes()
The data aggregating function.
AggregateType
public void setAggregateTypes(Collection<String> aggregateTypes)
The data aggregating function.
aggregateTypes
- The data aggregating function.AggregateType
public GetAssetPropertyAggregatesRequest withAggregateTypes(String... aggregateTypes)
The data aggregating function.
NOTE: This method appends the values to the existing list (if any). Use
setAggregateTypes(java.util.Collection)
or withAggregateTypes(java.util.Collection)
if you want
to override the existing values.
aggregateTypes
- The data aggregating function.AggregateType
public GetAssetPropertyAggregatesRequest withAggregateTypes(Collection<String> aggregateTypes)
The data aggregating function.
aggregateTypes
- The data aggregating function.AggregateType
public GetAssetPropertyAggregatesRequest withAggregateTypes(AggregateType... aggregateTypes)
The data aggregating function.
aggregateTypes
- The data aggregating function.AggregateType
public void setResolution(String resolution)
The time interval over which to aggregate data.
resolution
- The time interval over which to aggregate data.public String getResolution()
The time interval over which to aggregate data.
public GetAssetPropertyAggregatesRequest withResolution(String resolution)
The time interval over which to aggregate data.
resolution
- The time interval over which to aggregate data.public List<String> getQualities()
The quality by which to filter asset data.
Quality
public void setQualities(Collection<String> qualities)
The quality by which to filter asset data.
qualities
- The quality by which to filter asset data.Quality
public GetAssetPropertyAggregatesRequest withQualities(String... qualities)
The quality by which to filter asset data.
NOTE: This method appends the values to the existing list (if any). Use
setQualities(java.util.Collection)
or withQualities(java.util.Collection)
if you want to
override the existing values.
qualities
- The quality by which to filter asset data.Quality
public GetAssetPropertyAggregatesRequest withQualities(Collection<String> qualities)
The quality by which to filter asset data.
qualities
- The quality by which to filter asset data.Quality
public GetAssetPropertyAggregatesRequest withQualities(Quality... qualities)
The quality by which to filter asset data.
qualities
- The quality by which to filter asset data.Quality
public void setStartDate(Date startDate)
The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.
startDate
- The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch
time.public Date getStartDate()
The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.
public GetAssetPropertyAggregatesRequest withStartDate(Date startDate)
The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.
startDate
- The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch
time.public void setEndDate(Date endDate)
The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
endDate
- The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch
time.public Date getEndDate()
The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
public GetAssetPropertyAggregatesRequest withEndDate(Date endDate)
The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
endDate
- The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch
time.public void setTimeOrdering(String timeOrdering)
The chronological sorting order of the requested information.
Default: ASCENDING
timeOrdering
- The chronological sorting order of the requested information.
Default: ASCENDING
TimeOrdering
public String getTimeOrdering()
The chronological sorting order of the requested information.
Default: ASCENDING
Default: ASCENDING
TimeOrdering
public GetAssetPropertyAggregatesRequest withTimeOrdering(String timeOrdering)
The chronological sorting order of the requested information.
Default: ASCENDING
timeOrdering
- The chronological sorting order of the requested information.
Default: ASCENDING
TimeOrdering
public GetAssetPropertyAggregatesRequest withTimeOrdering(TimeOrdering timeOrdering)
The chronological sorting order of the requested information.
Default: ASCENDING
timeOrdering
- The chronological sorting order of the requested information.
Default: ASCENDING
TimeOrdering
public void setNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken
- The token to be used for the next set of paginated results.public String getNextToken()
The token to be used for the next set of paginated results.
public GetAssetPropertyAggregatesRequest withNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken
- The token to be used for the next set of paginated results.public void setMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.
The size of the result set is equal to 1 MB.
The number of data points in the result set is equal to the value of maxResults
. The maximum value
of maxResults
is 2500.
maxResults
- The maximum number of results to return for each paginated request. A result set is returned in the two
cases, whichever occurs first.
The size of the result set is equal to 1 MB.
The number of data points in the result set is equal to the value of maxResults
. The maximum
value of maxResults
is 2500.
public Integer getMaxResults()
The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.
The size of the result set is equal to 1 MB.
The number of data points in the result set is equal to the value of maxResults
. The maximum value
of maxResults
is 2500.
The size of the result set is equal to 1 MB.
The number of data points in the result set is equal to the value of maxResults
. The maximum
value of maxResults
is 2500.
public GetAssetPropertyAggregatesRequest withMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.
The size of the result set is equal to 1 MB.
The number of data points in the result set is equal to the value of maxResults
. The maximum value
of maxResults
is 2500.
maxResults
- The maximum number of results to return for each paginated request. A result set is returned in the two
cases, whichever occurs first.
The size of the result set is equal to 1 MB.
The number of data points in the result set is equal to the value of maxResults
. The maximum
value of maxResults
is 2500.
public String toString()
toString
in class Object
Object.toString()
public GetAssetPropertyAggregatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()