BatchReleaseCriteria Class
- java.
lang. Object - com.
azure. resourcemanager. logic. models. BatchReleaseCriteria
- com.
Implements
public final class BatchReleaseCriteria
implements JsonSerializable<BatchReleaseCriteria>
The batch release criteria.
Constructor Summary
| Constructor | Description |
|---|---|
| BatchReleaseCriteria() |
Creates an instance of Batch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
batchSize()
Get the batch |
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
| Integer |
messageCount()
Get the message |
|
Workflow |
recurrence()
Get the recurrence property: The recurrence. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Batch |
withBatchSize(Integer batchSize)
Set the batch |
|
Batch |
withMessageCount(Integer messageCount)
Set the message |
|
Batch |
withRecurrence(WorkflowTriggerRecurrence recurrence)
Set the recurrence property: The recurrence. |
Methods inherited from java.lang.Object
Constructor Details
BatchReleaseCriteria
public BatchReleaseCriteria()
Creates an instance of BatchReleaseCriteria class.
Method Details
batchSize
public Integer batchSize()
Get the batchSize property: The batch size in bytes.
Returns:
fromJson
public static BatchReleaseCriteria fromJson(JsonReader jsonReader)
Reads an instance of BatchReleaseCriteria from the JsonReader.
Parameters:
Returns:
Throws:
messageCount
public Integer messageCount()
Get the messageCount property: The message count.
Returns:
recurrence
public WorkflowTriggerRecurrence recurrence()
Get the recurrence property: The recurrence.
Returns:
toJson
validate
public void validate()
Validates the instance.
withBatchSize
public BatchReleaseCriteria withBatchSize(Integer batchSize)
Set the batchSize property: The batch size in bytes.
Parameters:
Returns:
withMessageCount
public BatchReleaseCriteria withMessageCount(Integer messageCount)
Set the messageCount property: The message count.
Parameters:
Returns:
withRecurrence
public BatchReleaseCriteria withRecurrence(WorkflowTriggerRecurrence recurrence)
Set the recurrence property: The recurrence.
Parameters:
Returns: