AccountListPoolNodeCountsNextOptions Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. AccountListPoolNodeCountsNextOptions
- com.
public class AccountListPoolNodeCountsNextOptions
Additional parameters for listPoolNodeCountsNext operation.
Constructor Summary
Constructor | Description | |
---|---|---|
AccountListPoolNodeCountsNextOptions() |
Method Summary
Modifier and Type | Method and Description |
---|---|
UUID |
clientRequestId()
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e. |
org.joda.time.DateTime |
ocpDate()
Get the time the request was issued. |
Boolean |
returnClientRequestId()
Get whether the server should return the client-request-id in the response. |
Account |
withClientRequestId(UUID clientRequestId)
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e. |
Account |
withOcpDate(DateTime ocpDate)
Set the time the request was issued. |
Account |
withReturnClientRequestId(Boolean returnClientRequestId)
Set whether the server should return the client-request-id in the response. |
Methods inherited from java.lang.Object
Constructor Details
AccountListPoolNodeCountsNextOptions
public AccountListPoolNodeCountsNextOptions()
Method Details
clientRequestId
public UUID clientRequestId()
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
Returns:
ocpDate
public DateTime ocpDate()
Get the time the request was issued. Client libraries typically set this to the current system clock time; set it explicitly if you are calling the REST API directly.
Returns:
returnClientRequestId
public Boolean returnClientRequestId()
Get whether the server should return the client-request-id in the response.
Returns:
withClientRequestId
public AccountListPoolNodeCountsNextOptions withClientRequestId(UUID clientRequestId)
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
Parameters:
Returns:
withOcpDate
public AccountListPoolNodeCountsNextOptions withOcpDate(DateTime ocpDate)
Set the time the request was issued. Client libraries typically set this to the current system clock time; set it explicitly if you are calling the REST API directly.
Parameters:
Returns:
withReturnClientRequestId
public AccountListPoolNodeCountsNextOptions withReturnClientRequestId(Boolean returnClientRequestId)
Set whether the server should return the client-request-id in the response.
Parameters:
Returns:
Applies to
Azure SDK for Java