Class MediumCharacteristic
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.MediumCharacteristic
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class MediumCharacteristic
extends Object
Describes the contact medium characteristics that could be used to contact a party (an individual or an organization)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionemailAddress(String emailAddress) booleangetCity()The cityThe countryFull email address in standard formatThe fax number of the contactThe primary phone number of the contactPostcodeState or provinceDescribes the streetComplementary street descriptiongetType()Type of medium (fax, mobile phone...)inthashCode()phoneNumber(String phoneNumber) voidvoidsetCountry(String country) voidsetEmailAddress(String emailAddress) voidsetFaxNumber(String faxNumber) voidsetPhoneNumber(String phoneNumber) voidsetPostCode(String postCode) voidsetStateOrProvince(String stateOrProvince) voidsetStreet1(String street1) voidsetStreet2(String street2) voidstateOrProvince(String stateOrProvince) toString()
-
Constructor Details
-
MediumCharacteristic
public MediumCharacteristic()
-
-
Method Details
-
city
-
getCity
The city- Returns:
- city
-
setCity
-
country
-
getCountry
The country- Returns:
- country
-
setCountry
-
emailAddress
-
getEmailAddress
Full email address in standard format- Returns:
- emailAddress
-
setEmailAddress
-
faxNumber
-
getFaxNumber
The fax number of the contact- Returns:
- faxNumber
-
setFaxNumber
-
phoneNumber
-
getPhoneNumber
The primary phone number of the contact- Returns:
- phoneNumber
-
setPhoneNumber
-
postCode
-
getPostCode
Postcode- Returns:
- postCode
-
setPostCode
-
stateOrProvince
-
getStateOrProvince
State or province- Returns:
- stateOrProvince
-
setStateOrProvince
-
street1
-
getStreet1
Describes the street- Returns:
- street1
-
setStreet1
-
street2
-
getStreet2
Complementary street description- Returns:
- street2
-
setStreet2
-
type
-
getType
Type of medium (fax, mobile phone...)- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-