@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class HamrOrgConnectionAttributesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HAMR_STATUS |
static String |
JSON_PROPERTY_IS_PRIMARY |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_MODIFIED_BY |
static String |
JSON_PROPERTY_TARGET_ORG_DATACENTER |
static String |
JSON_PROPERTY_TARGET_ORG_NAME |
static String |
JSON_PROPERTY_TARGET_ORG_UUID |
boolean |
unparsed |
| Constructor and Description |
|---|
HamrOrgConnectionAttributesResponse() |
HamrOrgConnectionAttributesResponse(HamrOrgConnectionStatus hamrStatus,
Boolean isPrimary,
String modifiedAt,
String modifiedBy,
String targetOrgDatacenter,
String targetOrgName,
String targetOrgUuid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this HamrOrgConnectionAttributesResponse object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
HamrOrgConnectionStatus |
getHamrStatus()
Status of the HAMR connection: - 0: UNSPECIFIED - Connection status not specified - 1:
ONBOARDING - Initial setup of HAMR connection - 2: PASSIVE - Secondary organization in passive
standby mode - 3: FAILOVER - Liminal status between PASSIVE and ACTIVE - 4: ACTIVE -
Organization is an active failover - 5: RECOVERY - Recovery operation in progress
|
Boolean |
getIsPrimary()
Indicates whether this organization is the primary organization in the HAMR relationship.
|
String |
getModifiedAt()
Timestamp of when this HAMR connection was last modified (RFC3339 format).
|
String |
getModifiedBy()
Username or identifier of the user who last modified this HAMR connection.
|
String |
getTargetOrgDatacenter()
Datacenter location of the target organization (e.g., us1, eu1, us5).
|
String |
getTargetOrgName()
Name of the target organization in the HAMR relationship.
|
String |
getTargetOrgUuid()
UUID of the target organization in the HAMR relationship.
|
HamrOrgConnectionAttributesResponse |
hamrStatus(HamrOrgConnectionStatus hamrStatus) |
int |
hashCode() |
HamrOrgConnectionAttributesResponse |
isPrimary(Boolean isPrimary) |
HamrOrgConnectionAttributesResponse |
modifiedAt(String modifiedAt) |
HamrOrgConnectionAttributesResponse |
modifiedBy(String modifiedBy) |
HamrOrgConnectionAttributesResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHamrStatus(HamrOrgConnectionStatus hamrStatus) |
void |
setIsPrimary(Boolean isPrimary) |
void |
setModifiedAt(String modifiedAt) |
void |
setModifiedBy(String modifiedBy) |
void |
setTargetOrgDatacenter(String targetOrgDatacenter) |
void |
setTargetOrgName(String targetOrgName) |
void |
setTargetOrgUuid(String targetOrgUuid) |
HamrOrgConnectionAttributesResponse |
targetOrgDatacenter(String targetOrgDatacenter) |
HamrOrgConnectionAttributesResponse |
targetOrgName(String targetOrgName) |
HamrOrgConnectionAttributesResponse |
targetOrgUuid(String targetOrgUuid) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_HAMR_STATUS
public static final String JSON_PROPERTY_IS_PRIMARY
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_MODIFIED_BY
public static final String JSON_PROPERTY_TARGET_ORG_DATACENTER
public static final String JSON_PROPERTY_TARGET_ORG_NAME
public static final String JSON_PROPERTY_TARGET_ORG_UUID
public HamrOrgConnectionAttributesResponse hamrStatus(HamrOrgConnectionStatus hamrStatus)
public HamrOrgConnectionStatus getHamrStatus()
public void setHamrStatus(HamrOrgConnectionStatus hamrStatus)
public HamrOrgConnectionAttributesResponse isPrimary(Boolean isPrimary)
public Boolean getIsPrimary()
public void setIsPrimary(Boolean isPrimary)
public HamrOrgConnectionAttributesResponse modifiedAt(String modifiedAt)
public String getModifiedAt()
public void setModifiedAt(String modifiedAt)
public HamrOrgConnectionAttributesResponse modifiedBy(String modifiedBy)
public String getModifiedBy()
public void setModifiedBy(String modifiedBy)
public HamrOrgConnectionAttributesResponse targetOrgDatacenter(String targetOrgDatacenter)
public String getTargetOrgDatacenter()
public void setTargetOrgDatacenter(String targetOrgDatacenter)
public HamrOrgConnectionAttributesResponse targetOrgName(String targetOrgName)
public String getTargetOrgName()
public void setTargetOrgName(String targetOrgName)
public HamrOrgConnectionAttributesResponse targetOrgUuid(String targetOrgUuid)
public String getTargetOrgUuid()
public void setTargetOrgUuid(String targetOrgUuid)
public HamrOrgConnectionAttributesResponse putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.