public class ProtectionManagementResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description |
|---|---|
static class |
ProtectionManagementResponse.Builder
Builder.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
tokenAppliedCounter |
protected java.util.List<ProtectionManagementResponseTokenEntry> |
tokenEntries |
| Modifier | Constructor and Description |
|---|---|
protected |
ProtectionManagementResponse() |
protected |
ProtectionManagementResponse(ProtectionManagementResponse.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
ProtectionManagementResponse.Builder |
newBuilder()
New builder.
|
java.lang.String |
tokenAppliedCounter()
Gets the tokenAppliedCounter.
|
java.util.List<ProtectionManagementResponseTokenEntry> |
tokenEntries()
Gets the tokenEntries.
|
@SerializedName(value="token_applied_counter") protected java.lang.String tokenAppliedCounter
@SerializedName(value="token_entries") protected java.util.List<ProtectionManagementResponseTokenEntry> tokenEntries
protected ProtectionManagementResponse()
protected ProtectionManagementResponse(ProtectionManagementResponse.Builder builder)
public ProtectionManagementResponse.Builder newBuilder()
public java.lang.String tokenAppliedCounter()
public java.util.List<ProtectionManagementResponseTokenEntry> tokenEntries()
Copyright © 2025. All rights reserved.