Package com.exoscale.sdk.model
Class KeyRotationConfig
java.lang.Object
com.exoscale.sdk.model.KeyRotationConfig
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class KeyRotationConfig
extends Object
KeyRotationConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this key-rotation-config object is equal to o.Get automaticGet manualCountGet nextAtGet rotationPeriodinthashCode()manualCount(Integer manualCount) nextAt(OffsetDateTime nextAt) rotationPeriod(Integer rotationPeriod) voidsetAutomatic(Boolean automatic) voidsetManualCount(Integer manualCount) voidsetNextAt(OffsetDateTime nextAt) voidsetRotationPeriod(Integer rotationPeriod) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_MANUAL_COUNT
- See Also:
-
JSON_PROPERTY_AUTOMATIC
- See Also:
-
JSON_PROPERTY_ROTATION_PERIOD
- See Also:
-
JSON_PROPERTY_NEXT_AT
- See Also:
-
-
Constructor Details
-
KeyRotationConfig
public KeyRotationConfig()
-
-
Method Details
-
manualCount
-
getManualCount
Get manualCount- Returns:
- manualCount
-
setManualCount
-
automatic
-
getAutomatic
Get automatic- Returns:
- automatic
-
setAutomatic
-
rotationPeriod
-
getRotationPeriod
Get rotationPeriod- Returns:
- rotationPeriod
-
setRotationPeriod
-
nextAt
-
getNextAt
Get nextAt- Returns:
- nextAt
-
setNextAt
-
equals
Return true if this key-rotation-config object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-