@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssetPropertyValueHistoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAssetPropertyValueHistoryRequest() |
Modifier and Type | Method and Description |
---|---|
GetAssetPropertyValueHistoryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
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.
|
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 |
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 |
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.
|
GetAssetPropertyValueHistoryRequest |
withAssetId(String assetId)
The ID of the asset, in UUID format.
|
GetAssetPropertyValueHistoryRequest |
withEndDate(Date endDate)
The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
GetAssetPropertyValueHistoryRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
GetAssetPropertyValueHistoryRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
GetAssetPropertyValueHistoryRequest |
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 ). |
GetAssetPropertyValueHistoryRequest |
withPropertyId(String propertyId)
The ID of the asset property, in UUID format.
|
GetAssetPropertyValueHistoryRequest |
withQualities(Collection<String> qualities)
The quality by which to filter asset data.
|
GetAssetPropertyValueHistoryRequest |
withQualities(Quality... qualities)
The quality by which to filter asset data.
|
GetAssetPropertyValueHistoryRequest |
withQualities(String... qualities)
The quality by which to filter asset data.
|
GetAssetPropertyValueHistoryRequest |
withStartDate(Date startDate)
The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
GetAssetPropertyValueHistoryRequest |
withTimeOrdering(String timeOrdering)
The chronological sorting order of the requested information.
|
GetAssetPropertyValueHistoryRequest |
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 GetAssetPropertyValueHistoryRequest 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 GetAssetPropertyValueHistoryRequest 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 GetAssetPropertyValueHistoryRequest 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 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 GetAssetPropertyValueHistoryRequest 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 GetAssetPropertyValueHistoryRequest 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 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 GetAssetPropertyValueHistoryRequest 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 GetAssetPropertyValueHistoryRequest withQualities(Collection<String> qualities)
The quality by which to filter asset data.
qualities
- The quality by which to filter asset data.Quality
public GetAssetPropertyValueHistoryRequest withQualities(Quality... qualities)
The quality by which to filter asset data.
qualities
- The quality by which to filter asset data.Quality
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 GetAssetPropertyValueHistoryRequest 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 GetAssetPropertyValueHistoryRequest 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 GetAssetPropertyValueHistoryRequest 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 4 MB.
The number of data points in the result set is equal to the value of maxResults
. The maximum value
of maxResults
is 20000.
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 4 MB.
The number of data points in the result set is equal to the value of maxResults
. The maximum
value of maxResults
is 20000.
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 4 MB.
The number of data points in the result set is equal to the value of maxResults
. The maximum value
of maxResults
is 20000.
The size of the result set is equal to 4 MB.
The number of data points in the result set is equal to the value of maxResults
. The maximum
value of maxResults
is 20000.
public GetAssetPropertyValueHistoryRequest 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 4 MB.
The number of data points in the result set is equal to the value of maxResults
. The maximum value
of maxResults
is 20000.
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 4 MB.
The number of data points in the result set is equal to the value of maxResults
. The maximum
value of maxResults
is 20000.
public String toString()
toString
in class Object
Object.toString()
public GetAssetPropertyValueHistoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()