Class GetDIDEndpointResponse
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.GetDIDEndpointResponse
-
public class GetDIDEndpointResponse extends Object
GetDIDEndpointResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetDIDEndpointResponse.GetDIDEndpointResponseBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ENDPOINT
-
Constructor Summary
Constructors Constructor Description GetDIDEndpointResponse()GetDIDEndpointResponse(String endpoint)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDIDEndpointResponse.GetDIDEndpointResponseBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetEndpoint()inthashCode()voidsetEndpoint(String endpoint)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ENDPOINT
public static final String SERIALIZED_NAME_ENDPOINT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetDIDEndpointResponse
public GetDIDEndpointResponse(String endpoint)
-
GetDIDEndpointResponse
public GetDIDEndpointResponse()
-
-
Method Detail
-
builder
public static GetDIDEndpointResponse.GetDIDEndpointResponseBuilder builder()
-
getEndpoint
public String getEndpoint()
-
setEndpoint
public void setEndpoint(String endpoint)
-
canEqual
protected boolean canEqual(Object other)
-
-