Klasse ServiceMgmtContact
java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.ServiceMgmtContact
ServiceMgmtContact
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedServiceMgmtContact(String email, String name, String url) Constructs a validated instance ofServiceMgmtContact.Constructs a validated instance ofServiceMgmtContact. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanemail()The email address of the contact person/organizationThe email address of the contact person/organizationbooleaninthashCode()name()The identifying name of the contact person/organizationThe identifying name of the contact person/organizationtoString()url()The URL pointing to the contact informationThe URL pointing to the contact information
-
Felddetails
-
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
-
-
Konstruktordetails
-
ServiceMgmtContact
Constructs a validated instance ofServiceMgmtContact.- Parameter:
spec- the specification to process
-
ServiceMgmtContact
Constructs a validated instance ofServiceMgmtContact.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/organizationname- The identifying name of the contact person/organizationurl- The URL pointing to the contact information
-
ServiceMgmtContact
protected ServiceMgmtContact()
-
-
Methodendetails
-
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 -
email
The email address of the contact person/organization- Gibt zurück:
this.
-
name
The identifying name of the contact person/organization- Gibt zurück:
this.
-
url
The URL pointing to the contact information- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-