Klasse ServiceMgmtContact

java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.ServiceMgmtContact

@Generated("io.github.primelib.primecodegen") public class ServiceMgmtContact extends Object
ServiceMgmtContact
  • Felddetails

    • email

      protected String email
      The email address of the contact person/organization
    • name

      protected String name
      The identifying name of the contact person/organization
    • url

      protected String url
      The URL pointing to the contact information
  • Konstruktordetails

    • ServiceMgmtContact

      public ServiceMgmtContact(Consumer<ServiceMgmtContact> spec)
      Constructs a validated instance of ServiceMgmtContact.
      Parameter:
      spec - the specification to process
    • ServiceMgmtContact

      @Internal public ServiceMgmtContact(String email, String name, String url)
      Constructs a validated instance of ServiceMgmtContact.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using ServiceMgmtContact(Consumer) instead.

      Parameter:
      email - The email address of the contact person/organization
      name - The identifying name of the contact person/organization
      url - The URL pointing to the contact information
    • ServiceMgmtContact

      protected ServiceMgmtContact()
  • Methodendetails

    • email

      public String email()
      The email address of the contact person/organization
    • name

      public String name()
      The identifying name of the contact person/organization
    • url

      public String url()
      The URL pointing to the contact information
    • email

      public ServiceMgmtContact email(String email)
      The email address of the contact person/organization
      Gibt zurück:
      this.
    • name

      public ServiceMgmtContact name(String name)
      The identifying name of the contact person/organization
      Gibt zurück:
      this.
    • url

      public ServiceMgmtContact url(String url)
      The URL pointing to the contact information
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object