Package com.launchdarkly.api.model
Class IntegrationDeliveryConfigurationCollectionLinks
- java.lang.Object
-
- com.launchdarkly.api.model.IntegrationDeliveryConfigurationCollectionLinks
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-29T20:20:42.888981Z[Etc/UTC]") public class IntegrationDeliveryConfigurationCollectionLinks extends java.lang.Object
IntegrationDeliveryConfigurationCollectionLinks
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERIALIZED_NAME_PARENT
static java.lang.String
SERIALIZED_NAME_SELF
-
Constructor Summary
Constructors Constructor Description IntegrationDeliveryConfigurationCollectionLinks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Link
getParent()
Get parentLink
getSelf()
Get selfint
hashCode()
IntegrationDeliveryConfigurationCollectionLinks
parent(Link parent)
IntegrationDeliveryConfigurationCollectionLinks
self(Link self)
void
setParent(Link parent)
void
setSelf(Link self)
java.lang.String
toString()
-
-
-
Field Detail
-
SERIALIZED_NAME_SELF
public static final java.lang.String SERIALIZED_NAME_SELF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PARENT
public static final java.lang.String SERIALIZED_NAME_PARENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
self
public IntegrationDeliveryConfigurationCollectionLinks self(Link self)
-
getSelf
@Nonnull public Link getSelf()
Get self- Returns:
- self
-
setSelf
public void setSelf(Link self)
-
parent
public IntegrationDeliveryConfigurationCollectionLinks parent(Link parent)
-
getParent
@Nullable public Link getParent()
Get parent- Returns:
- parent
-
setParent
public void setParent(Link parent)
-
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
-
-