public class com.microsoft.azure.management.cdn.ValidateSecretInput
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.ValidateSecretInput
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.cdn.ResourceReference secretSource;
    descriptor: Lcom/microsoft/azure/management/cdn/ResourceReference;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "secretSource", required = true)

  private com.microsoft.azure.management.cdn.ValidateSecretType secretType;
    descriptor: Lcom/microsoft/azure/management/cdn/ValidateSecretType;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "secretType", required = true)

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.ValidateSecretInput this
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.cdn.ValidateSecretInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/ValidateSecretInput;

  public com.microsoft.azure.management.cdn.ResourceReference secretSource();
    descriptor: ()Lcom/microsoft/azure/management/cdn/ResourceReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.ValidateSecretInput this
         0: .line 36
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.ValidateSecretInput.secretSource:Lcom/microsoft/azure/management/cdn/ResourceReference;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.ValidateSecretInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/ValidateSecretInput;

  public com.microsoft.azure.management.cdn.ValidateSecretInput withSecretSource(com.microsoft.azure.management.cdn.ResourceReference);
    descriptor: (Lcom/microsoft/azure/management/cdn/ResourceReference;)Lcom/microsoft/azure/management/cdn/ValidateSecretInput;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.ValidateSecretInput this
        start local 1 // com.microsoft.azure.management.cdn.ResourceReference secretSource
         0: .line 46
            aload 0 /* this */
            aload 1 /* secretSource */
            putfield com.microsoft.azure.management.cdn.ValidateSecretInput.secretSource:Lcom/microsoft/azure/management/cdn/ResourceReference;
         1: .line 47
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.ResourceReference secretSource
        end local 0 // com.microsoft.azure.management.cdn.ValidateSecretInput this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/cdn/ValidateSecretInput;
            0    2     1  secretSource  Lcom/microsoft/azure/management/cdn/ResourceReference;
    MethodParameters:
              Name  Flags
      secretSource  

  public com.microsoft.azure.management.cdn.ValidateSecretType secretType();
    descriptor: ()Lcom/microsoft/azure/management/cdn/ValidateSecretType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.ValidateSecretInput this
         0: .line 56
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.ValidateSecretInput.secretType:Lcom/microsoft/azure/management/cdn/ValidateSecretType;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.ValidateSecretInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/ValidateSecretInput;

  public com.microsoft.azure.management.cdn.ValidateSecretInput withSecretType(com.microsoft.azure.management.cdn.ValidateSecretType);
    descriptor: (Lcom/microsoft/azure/management/cdn/ValidateSecretType;)Lcom/microsoft/azure/management/cdn/ValidateSecretInput;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.ValidateSecretInput this
        start local 1 // com.microsoft.azure.management.cdn.ValidateSecretType secretType
         0: .line 66
            aload 0 /* this */
            aload 1 /* secretType */
            putfield com.microsoft.azure.management.cdn.ValidateSecretInput.secretType:Lcom/microsoft/azure/management/cdn/ValidateSecretType;
         1: .line 67
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.ValidateSecretType secretType
        end local 0 // com.microsoft.azure.management.cdn.ValidateSecretInput this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/cdn/ValidateSecretInput;
            0    2     1  secretType  Lcom/microsoft/azure/management/cdn/ValidateSecretType;
    MethodParameters:
            Name  Flags
      secretType  
}
SourceFile: "ValidateSecretInput.java"