Class AccountRefType
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.AccountRefType
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class AccountRefType
extends Object
Reference to an external entity that can be tipically queried with another API such as a customer account, a ticket, etc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatreferredType(String atreferredType) description(String description) booleanType of the referred account (s.g.: financialAccount)Description of the entity@NotNull StringgetHref()URI where to query or perform actions on the entity@NotNull StringgetId()Unique identifier of the entitygetName()Screen name of the entityinthashCode()voidsetAtreferredType(String atreferredType) voidsetDescription(String description) voidvoidvoidtoString()
-
Constructor Details
-
AccountRefType
public AccountRefType()
-
-
Method Details
-
id
-
getId
Unique identifier of the entity- Returns:
- id
-
setId
-
href
-
getHref
URI where to query or perform actions on the entity- Returns:
- href
-
setHref
-
name
-
getName
Screen name of the entity- Returns:
- name
-
setName
-
description
-
getDescription
Description of the entity- Returns:
- description
-
setDescription
-
atreferredType
-
getAtreferredType
Type of the referred account (s.g.: financialAccount)- Returns:
- atreferredType
-
setAtreferredType
-
equals
-
hashCode
public int hashCode() -
toString
-