Class PhoneNumberIdentifierModel

java.lang.Object
com.azure.messaging.eventgrid.systemevents.PhoneNumberIdentifierModel

public final class PhoneNumberIdentifierModel extends Object
A phone number.
  • Constructor Details

    • PhoneNumberIdentifierModel

      public PhoneNumberIdentifierModel()
  • Method Details

    • getValue

      public String getValue()
      Get the value property: The phone number in E.164 format.
      Returns:
      the value value.
    • setValue

      public PhoneNumberIdentifierModel setValue(String value)
      Set the value property: The phone number in E.164 format.
      Parameters:
      value - the value value to set.
      Returns:
      the PhoneNumberIdentifierModel object itself.