Class ConnectionStaticRequest
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.ConnectionStaticRequest
-
public class ConnectionStaticRequest extends Object
ConnectionStaticRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConnectionStaticRequest.ConnectionStaticRequestBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ALIASstatic StringSERIALIZED_NAME_MY_DIDstatic StringSERIALIZED_NAME_MY_SEEDstatic StringSERIALIZED_NAME_THEIR_DIDstatic StringSERIALIZED_NAME_THEIR_ENDPOINTstatic StringSERIALIZED_NAME_THEIR_LABELstatic StringSERIALIZED_NAME_THEIR_SEEDstatic StringSERIALIZED_NAME_THEIR_VERKEY
-
Constructor Summary
Constructors Constructor Description ConnectionStaticRequest()ConnectionStaticRequest(String alias, String myDid, String mySeed, String theirDid, String theirEndpoint, String theirLabel, String theirSeed, String theirVerkey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectionStaticRequest.ConnectionStaticRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAlias()StringgetMyDid()StringgetMySeed()StringgetTheirDid()StringgetTheirEndpoint()StringgetTheirLabel()StringgetTheirSeed()StringgetTheirVerkey()inthashCode()voidsetAlias(String alias)voidsetMyDid(String myDid)voidsetMySeed(String mySeed)voidsetTheirDid(String theirDid)voidsetTheirEndpoint(String theirEndpoint)voidsetTheirLabel(String theirLabel)voidsetTheirSeed(String theirSeed)voidsetTheirVerkey(String theirVerkey)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ALIAS
public static final String SERIALIZED_NAME_ALIAS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MY_DID
public static final String SERIALIZED_NAME_MY_DID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MY_SEED
public static final String SERIALIZED_NAME_MY_SEED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_THEIR_DID
public static final String SERIALIZED_NAME_THEIR_DID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_THEIR_ENDPOINT
public static final String SERIALIZED_NAME_THEIR_ENDPOINT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_THEIR_LABEL
public static final String SERIALIZED_NAME_THEIR_LABEL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_THEIR_SEED
public static final String SERIALIZED_NAME_THEIR_SEED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_THEIR_VERKEY
public static final String SERIALIZED_NAME_THEIR_VERKEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static ConnectionStaticRequest.ConnectionStaticRequestBuilder builder()
-
getAlias
public String getAlias()
-
getMyDid
public String getMyDid()
-
getMySeed
public String getMySeed()
-
getTheirDid
public String getTheirDid()
-
getTheirEndpoint
public String getTheirEndpoint()
-
getTheirLabel
public String getTheirLabel()
-
getTheirSeed
public String getTheirSeed()
-
getTheirVerkey
public String getTheirVerkey()
-
setAlias
public void setAlias(String alias)
-
setMyDid
public void setMyDid(String myDid)
-
setMySeed
public void setMySeed(String mySeed)
-
setTheirDid
public void setTheirDid(String theirDid)
-
setTheirEndpoint
public void setTheirEndpoint(String theirEndpoint)
-
setTheirLabel
public void setTheirLabel(String theirLabel)
-
setTheirSeed
public void setTheirSeed(String theirSeed)
-
setTheirVerkey
public void setTheirVerkey(String theirVerkey)
-
canEqual
protected boolean canEqual(Object other)
-
-