Class BetaManagedAgentsRefreshHttpResponse
-
- All Implemented Interfaces:
public final class BetaManagedAgentsRefreshHttpResponseAn HTTP response captured during a credential validation probe.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsRefreshHttpResponse.BuilderA builder for BetaManagedAgentsRefreshHttpResponse.
-
Method Summary
Modifier and Type Method Description final Stringbody()Response body. final BooleanbodyTruncated()Whether bodywas truncated.final StringcontentType()Value of the Content-Typeresponse header.final IntegerstatusCode()HTTP status code. final JsonField<String>_body()Returns the raw JSON value of body. final JsonField<Boolean>_bodyTruncated()Returns the raw JSON value of bodyTruncated. final JsonField<String>_contentType()Returns the raw JSON value of contentType. final JsonField<Integer>_statusCode()Returns the raw JSON value of statusCode. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsRefreshHttpResponse.BuildertoBuilder()final BetaManagedAgentsRefreshHttpResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsRefreshHttpResponse.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsRefreshHttpResponse. -
-
Method Detail
-
bodyTruncated
final Boolean bodyTruncated()
Whether
bodywas truncated.
-
contentType
final String contentType()
Value of the
Content-Typeresponse header.
-
statusCode
final Integer statusCode()
HTTP status code.
-
_body
final JsonField<String> _body()
Returns the raw JSON value of body.
Unlike body, this method doesn't throw if the JSON field has an unexpected type.
-
_bodyTruncated
final JsonField<Boolean> _bodyTruncated()
Returns the raw JSON value of bodyTruncated.
Unlike bodyTruncated, this method doesn't throw if the JSON field has an unexpected type.
-
_contentType
final JsonField<String> _contentType()
Returns the raw JSON value of contentType.
Unlike contentType, this method doesn't throw if the JSON field has an unexpected type.
-
_statusCode
final JsonField<Integer> _statusCode()
Returns the raw JSON value of statusCode.
Unlike statusCode, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsRefreshHttpResponse.Builder toBuilder()
-
validate
final BetaManagedAgentsRefreshHttpResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaManagedAgentsRefreshHttpResponse.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsRefreshHttpResponse.
The following fields are required:
.body() .bodyTruncated() .contentType() .statusCode()
-
-
-
-