Class Address

java.lang.Object
com.azure.aot.graalvm.samples.cosmos.Address

public class Address extends Object
The address model.
  • Constructor Details

    • Address

      public Address()
  • Method Details

    • getState

      public String getState()
      Returns the state.
      Returns:
      the state.
    • setState

      public void setState(String state)
      Sets the state.
      Parameters:
      state - the state.
    • getCounty

      public String getCounty()
      Returns the county.
      Returns:
      the county.
    • setCounty

      public void setCounty(String county)
      Sets the county.
      Parameters:
      county - the county.
    • getCity

      public String getCity()
      Returns the city.
      Returns:
      the city.
    • setCity

      public void setCity(String city)
      Sets the city.
      Parameters:
      city - the city.