public class com.microsoft.azure.management.storage.Restriction
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.storage.Restriction
  super_class: java.lang.Object
{
  private java.lang.String type;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "type", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<java.lang.String> values;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "values", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.storage.ReasonCode reasonCode;
    descriptor: Lcom/microsoft/azure/management/storage/ReasonCode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "reasonCode")

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

  public java.lang.String type();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.Restriction this
         0: .line 48
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.Restriction.type:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.storage.Restriction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/Restriction;

  public java.util.List<java.lang.String> values();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.Restriction this
         0: .line 57
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.Restriction.values:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.storage.Restriction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/Restriction;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.storage.ReasonCode reasonCode();
    descriptor: ()Lcom/microsoft/azure/management/storage/ReasonCode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.Restriction this
         0: .line 66
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.Restriction.reasonCode:Lcom/microsoft/azure/management/storage/ReasonCode;
            areturn
        end local 0 // com.microsoft.azure.management.storage.Restriction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/Restriction;

  public com.microsoft.azure.management.storage.Restriction withReasonCode(com.microsoft.azure.management.storage.ReasonCode);
    descriptor: (Lcom/microsoft/azure/management/storage/ReasonCode;)Lcom/microsoft/azure/management/storage/Restriction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.Restriction this
        start local 1 // com.microsoft.azure.management.storage.ReasonCode reasonCode
         0: .line 76
            aload 0 /* this */
            aload 1 /* reasonCode */
            putfield com.microsoft.azure.management.storage.Restriction.reasonCode:Lcom/microsoft/azure/management/storage/ReasonCode;
         1: .line 77
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.storage.ReasonCode reasonCode
        end local 0 // com.microsoft.azure.management.storage.Restriction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/storage/Restriction;
            0    2     1  reasonCode  Lcom/microsoft/azure/management/storage/ReasonCode;
    MethodParameters:
            Name  Flags
      reasonCode  
}
SourceFile: "Restriction.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty