Class ListGeoLocationsResult
- All Implemented Interfaces:
Serializable
,Cloneable
A complex type that contains information about the geo locations that are returned by the request and information about the response.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A complex type that contains information about the geo locations that are returned by the request.A flag that indicates whether there are more geo locations to be listed.The maximum number of records you requested.If the results were truncated, the continent code of the next geo location in the list.If the results were truncated, the country code of the next geo location in the list.If the results were truncated, the subdivision code of the next geo location in the list.int
hashCode()
A flag that indicates whether there are more geo locations to be listed.void
setGeoLocationDetailsList
(Collection<GeoLocationDetails> geoLocationDetailsList) A complex type that contains information about the geo locations that are returned by the request.void
setIsTruncated
(Boolean isTruncated) A flag that indicates whether there are more geo locations to be listed.void
setMaxItems
(String maxItems) The maximum number of records you requested.void
setNextContinentCode
(String nextContinentCode) If the results were truncated, the continent code of the next geo location in the list.void
setNextCountryCode
(String nextCountryCode) If the results were truncated, the country code of the next geo location in the list.void
setNextSubdivisionCode
(String nextSubdivisionCode) If the results were truncated, the subdivision code of the next geo location in the list.toString()
Returns a string representation of this object; useful for testing and debugging.withGeoLocationDetailsList
(GeoLocationDetails... geoLocationDetailsList) A complex type that contains information about the geo locations that are returned by the request.withGeoLocationDetailsList
(Collection<GeoLocationDetails> geoLocationDetailsList) A complex type that contains information about the geo locations that are returned by the request.withIsTruncated
(Boolean isTruncated) A flag that indicates whether there are more geo locations to be listed.withMaxItems
(String maxItems) The maximum number of records you requested.withNextContinentCode
(String nextContinentCode) If the results were truncated, the continent code of the next geo location in the list.withNextCountryCode
(String nextCountryCode) If the results were truncated, the country code of the next geo location in the list.withNextSubdivisionCode
(String nextSubdivisionCode) If the results were truncated, the subdivision code of the next geo location in the list.
-
Constructor Details
-
ListGeoLocationsResult
public ListGeoLocationsResult()
-
-
Method Details
-
getGeoLocationDetailsList
A complex type that contains information about the geo locations that are returned by the request.
- Returns:
- A complex type that contains information about the geo locations that are returned by the request.
-
setGeoLocationDetailsList
A complex type that contains information about the geo locations that are returned by the request.
- Parameters:
geoLocationDetailsList
- A complex type that contains information about the geo locations that are returned by the request.
-
withGeoLocationDetailsList
public ListGeoLocationsResult withGeoLocationDetailsList(GeoLocationDetails... geoLocationDetailsList) A complex type that contains information about the geo locations that are returned by the request.
NOTE: This method appends the values to the existing list (if any). Use
setGeoLocationDetailsList(java.util.Collection)
orwithGeoLocationDetailsList(java.util.Collection)
if you want to override the existing values.- Parameters:
geoLocationDetailsList
- A complex type that contains information about the geo locations that are returned by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withGeoLocationDetailsList
public ListGeoLocationsResult withGeoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList) A complex type that contains information about the geo locations that are returned by the request.
- Parameters:
geoLocationDetailsList
- A complex type that contains information about the geo locations that are returned by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setIsTruncated
A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the ListGeoLocationsResponse$NextContinentCode, ListGeoLocationsResponse$NextCountryCode and ListGeoLocationsResponse$NextSubdivisionCode elements.
Valid Values:
true
|false
- Parameters:
isTruncated
- A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the ListGeoLocationsResponse$NextContinentCode, ListGeoLocationsResponse$NextCountryCode and ListGeoLocationsResponse$NextSubdivisionCode elements.Valid Values:
true
|false
-
getIsTruncated
A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the ListGeoLocationsResponse$NextContinentCode, ListGeoLocationsResponse$NextCountryCode and ListGeoLocationsResponse$NextSubdivisionCode elements.
Valid Values:
true
|false
- Returns:
- A flag that indicates whether there are more geo locations to be
listed. If your results were truncated, you can make a follow-up
request for the next page of results by using the values included
in the ListGeoLocationsResponse$NextContinentCode,
ListGeoLocationsResponse$NextCountryCode and
ListGeoLocationsResponse$NextSubdivisionCode elements.
Valid Values:
true
|false
-
withIsTruncated
A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the ListGeoLocationsResponse$NextContinentCode, ListGeoLocationsResponse$NextCountryCode and ListGeoLocationsResponse$NextSubdivisionCode elements.
Valid Values:
true
|false
- Parameters:
isTruncated
- A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the ListGeoLocationsResponse$NextContinentCode, ListGeoLocationsResponse$NextCountryCode and ListGeoLocationsResponse$NextSubdivisionCode elements.Valid Values:
true
|false
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isTruncated
A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the ListGeoLocationsResponse$NextContinentCode, ListGeoLocationsResponse$NextCountryCode and ListGeoLocationsResponse$NextSubdivisionCode elements.
Valid Values:
true
|false
- Returns:
- A flag that indicates whether there are more geo locations to be
listed. If your results were truncated, you can make a follow-up
request for the next page of results by using the values included
in the ListGeoLocationsResponse$NextContinentCode,
ListGeoLocationsResponse$NextCountryCode and
ListGeoLocationsResponse$NextSubdivisionCode elements.
Valid Values:
true
|false
-
setNextContinentCode
If the results were truncated, the continent code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location to list is a continent location.
- Parameters:
nextContinentCode
- If the results were truncated, the continent code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location to list is a continent location.
-
getNextContinentCode
If the results were truncated, the continent code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location to list is a continent location.
- Returns:
- If the results were truncated, the continent code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location to list is a continent location.
-
withNextContinentCode
If the results were truncated, the continent code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location to list is a continent location.
- Parameters:
nextContinentCode
- If the results were truncated, the continent code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location to list is a continent location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextCountryCode
If the results were truncated, the country code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location to list is not a continent location.
- Parameters:
nextCountryCode
- If the results were truncated, the country code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location to list is not a continent location.
-
getNextCountryCode
If the results were truncated, the country code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location to list is not a continent location.
- Returns:
- If the results were truncated, the country code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location to list is not a continent location.
-
withNextCountryCode
If the results were truncated, the country code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location to list is not a continent location.
- Parameters:
nextCountryCode
- If the results were truncated, the country code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location to list is not a continent location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextSubdivisionCode
If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location has a subdivision.
- Parameters:
nextSubdivisionCode
- If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location has a subdivision.
-
getNextSubdivisionCode
If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location has a subdivision.
- Returns:
- If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location has a subdivision.
-
withNextSubdivisionCode
If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location has a subdivision.
- Parameters:
nextSubdivisionCode
- If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location has a subdivision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxItems
The maximum number of records you requested. The maximum value of
MaxItems
is 100.- Parameters:
maxItems
- The maximum number of records you requested. The maximum value ofMaxItems
is 100.
-
getMaxItems
The maximum number of records you requested. The maximum value of
MaxItems
is 100.- Returns:
- The maximum number of records you requested. The maximum value of
MaxItems
is 100.
-
withMaxItems
The maximum number of records you requested. The maximum value of
MaxItems
is 100.- Parameters:
maxItems
- The maximum number of records you requested. The maximum value ofMaxItems
is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-