Class DIDEndpoint
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.DIDEndpoint
-
public class DIDEndpoint extends Object
DIDEndpoint
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDIDEndpoint.DIDEndpointBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DIDstatic StringSERIALIZED_NAME_ENDPOINT
-
Constructor Summary
Constructors Constructor Description DIDEndpoint()DIDEndpoint(String did, String endpoint)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DIDEndpoint.DIDEndpointBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetDid()StringgetEndpoint()inthashCode()voidsetDid(String did)voidsetEndpoint(String endpoint)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
-
-