@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class ActionParamValuesSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Details of the action parameter and its possible values that is used in listParamsForActionType.
Note: Objects should always be created or deserialized using the ActionParamValuesSummary.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the ActionParamValuesSummary.Builder
, which maintain a
set of all explicitly set fields called ActionParamValuesSummary.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ActionParamValuesSummary.Builder |
static class |
ActionParamValuesSummary.ParameterType
The type of the parameter.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ActionParamValuesSummary(String parameterName,
ActionParamValuesSummary.ParameterType parameterType,
List<String> parameterValues,
String defaultValue,
Boolean isRequired)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ActionParamValuesSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getDefaultValue()
The default value for this parameter.
|
Boolean |
getIsRequired()
Whether this parameter is required or not for this action type.、
|
String |
getParameterName()
The name of this parameter.
|
ActionParamValuesSummary.ParameterType |
getParameterType()
The type of the parameter.
|
List<String> |
getParameterValues()
Possible values for this parameter.
|
int |
hashCode() |
ActionParamValuesSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"parameterName","parameterType","parameterValues","defaultValue","isRequired"}) public ActionParamValuesSummary(String parameterName, ActionParamValuesSummary.ParameterType parameterType, List<String> parameterValues, String defaultValue, Boolean isRequired)
public static ActionParamValuesSummary.Builder builder()
Create a new builder.
public ActionParamValuesSummary.Builder toBuilder()
public String getParameterName()
The name of this parameter.
public ActionParamValuesSummary.ParameterType getParameterType()
The type of the parameter.
public List<String> getParameterValues()
Possible values for this parameter. In case of integer it’s min and max values.
public String getDefaultValue()
The default value for this parameter.
public Boolean getIsRequired()
Whether this parameter is required or not for this action type.、
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.