Class DIDEndpointWithType
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.DIDEndpointWithType
-
public class DIDEndpointWithType extends Object
DIDEndpointWithType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDIDEndpointWithType.DIDEndpointWithTypeBuilderstatic classDIDEndpointWithType.EndpointTypeEnumEndpoint type to set (default 'Endpoint'); affects only public or posted DIDs
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DIDstatic StringSERIALIZED_NAME_ENDPOINTstatic StringSERIALIZED_NAME_ENDPOINT_TYPE
-
Constructor Summary
Constructors Constructor Description DIDEndpointWithType()DIDEndpointWithType(String did, String endpoint, DIDEndpointWithType.EndpointTypeEnum endpointType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DIDEndpointWithType.DIDEndpointWithTypeBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetDid()StringgetEndpoint()DIDEndpointWithType.EndpointTypeEnumgetEndpointType()inthashCode()voidsetDid(String did)voidsetEndpoint(String endpoint)voidsetEndpointType(DIDEndpointWithType.EndpointTypeEnum endpointType)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_DID
public static final String SERIALIZED_NAME_DID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENDPOINT
public static final String SERIALIZED_NAME_ENDPOINT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENDPOINT_TYPE
public static final String SERIALIZED_NAME_ENDPOINT_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DIDEndpointWithType
public DIDEndpointWithType(String did, String endpoint, DIDEndpointWithType.EndpointTypeEnum endpointType)
-
DIDEndpointWithType
public DIDEndpointWithType()
-
-
Method Detail
-
builder
public static DIDEndpointWithType.DIDEndpointWithTypeBuilder builder()
-
getDid
public String getDid()
-
getEndpoint
public String getEndpoint()
-
getEndpointType
public DIDEndpointWithType.EndpointTypeEnum getEndpointType()
-
setDid
public void setDid(String did)
-
setEndpoint
public void setEndpoint(String endpoint)
-
setEndpointType
public void setEndpointType(DIDEndpointWithType.EndpointTypeEnum endpointType)
-
canEqual
protected boolean canEqual(Object other)
-
-