Class LocationListResult


  • public final class LocationListResult
    extends Object
    Location list operation response.
    • Constructor Detail

      • LocationListResult

        public LocationListResult()
    • Method Detail

      • value

        public List<LocationInner> value()
        Get the value property: An array of locations.
        Returns:
        the value value.
      • withValue

        public LocationListResult withValue​(List<LocationInner> value)
        Set the value property: An array of locations.
        Parameters:
        value - the value value to set.
        Returns:
        the LocationListResult object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.