Class EndpointsResult
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.EndpointsResult
-
public class EndpointsResult extends Object
EndpointsResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEndpointsResult.EndpointsResultBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_MY_ENDPOINTstatic StringSERIALIZED_NAME_THEIR_ENDPOINT
-
Constructor Summary
Constructors Constructor Description EndpointsResult()EndpointsResult(String myEndpoint, String theirEndpoint)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EndpointsResult.EndpointsResultBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetMyEndpoint()StringgetTheirEndpoint()inthashCode()voidsetMyEndpoint(String myEndpoint)voidsetTheirEndpoint(String theirEndpoint)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_MY_ENDPOINT
public static final String SERIALIZED_NAME_MY_ENDPOINT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_THEIR_ENDPOINT
public static final String SERIALIZED_NAME_THEIR_ENDPOINT
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static EndpointsResult.EndpointsResultBuilder builder()
-
getMyEndpoint
public String getMyEndpoint()
-
getTheirEndpoint
public String getTheirEndpoint()
-
setMyEndpoint
public void setMyEndpoint(String myEndpoint)
-
setTheirEndpoint
public void setTheirEndpoint(String theirEndpoint)
-
canEqual
protected boolean canEqual(Object other)
-
-