Package com.launchdarkly.api.model
Class PubNubDetailRep
- java.lang.Object
-
- com.launchdarkly.api.model.PubNubDetailRep
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-12T21:37:48.604008Z[Etc/UTC]") public class PubNubDetailRep extends java.lang.Object
PubNubDetailRep
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERIALIZED_NAME_CHANNEL
static java.lang.String
SERIALIZED_NAME_CIPHER_KEY
-
Constructor Summary
Constructors Constructor Description PubNubDetailRep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PubNubDetailRep
channel(java.lang.String channel)
PubNubDetailRep
cipherKey(java.lang.String cipherKey)
boolean
equals(java.lang.Object o)
java.lang.String
getChannel()
Get channeljava.lang.String
getCipherKey()
Get cipherKeyint
hashCode()
void
setChannel(java.lang.String channel)
void
setCipherKey(java.lang.String cipherKey)
java.lang.String
toString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CHANNEL
public static final java.lang.String SERIALIZED_NAME_CHANNEL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CIPHER_KEY
public static final java.lang.String SERIALIZED_NAME_CIPHER_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
channel
public PubNubDetailRep channel(java.lang.String channel)
-
getChannel
@Nullable public java.lang.String getChannel()
Get channel- Returns:
- channel
-
setChannel
public void setChannel(java.lang.String channel)
-
cipherKey
public PubNubDetailRep cipherKey(java.lang.String cipherKey)
-
getCipherKey
@Nullable public java.lang.String getCipherKey()
Get cipherKey- Returns:
- cipherKey
-
setCipherKey
public void setCipherKey(java.lang.String cipherKey)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-