public class com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult
  super_class: java.lang.Object
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "name")

  private java.lang.Boolean protocolMatched;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "protocolMatched")

  private java.lang.Boolean sourceMatched;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "sourceMatched")

  private java.lang.Boolean sourcePortMatched;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "sourcePortMatched")

  private java.lang.Boolean destinationMatched;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "destinationMatched")

  private java.lang.Boolean destinationPortMatched;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "destinationPortMatched")

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

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

  public com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult withName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/NetworkSecurityRulesEvaluationResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult this
        start local 1 // java.lang.String name
         0: .line 69
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.name:Ljava/lang/String;
         1: .line 70
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/NetworkSecurityRulesEvaluationResult;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

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

  public com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult withProtocolMatched(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/NetworkSecurityRulesEvaluationResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult this
        start local 1 // java.lang.Boolean protocolMatched
         0: .line 89
            aload 0 /* this */
            aload 1 /* protocolMatched */
            putfield com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.protocolMatched:Ljava/lang/Boolean;
         1: .line 90
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean protocolMatched
        end local 0 // com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/network/NetworkSecurityRulesEvaluationResult;
            0    2     1  protocolMatched  Ljava/lang/Boolean;
    MethodParameters:
                 Name  Flags
      protocolMatched  

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

  public com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult withSourceMatched(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/NetworkSecurityRulesEvaluationResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult this
        start local 1 // java.lang.Boolean sourceMatched
         0: .line 109
            aload 0 /* this */
            aload 1 /* sourceMatched */
            putfield com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.sourceMatched:Ljava/lang/Boolean;
         1: .line 110
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean sourceMatched
        end local 0 // com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/network/NetworkSecurityRulesEvaluationResult;
            0    2     1  sourceMatched  Ljava/lang/Boolean;
    MethodParameters:
               Name  Flags
      sourceMatched  

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

  public com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult withSourcePortMatched(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/NetworkSecurityRulesEvaluationResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult this
        start local 1 // java.lang.Boolean sourcePortMatched
         0: .line 129
            aload 0 /* this */
            aload 1 /* sourcePortMatched */
            putfield com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.sourcePortMatched:Ljava/lang/Boolean;
         1: .line 130
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean sourcePortMatched
        end local 0 // com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/network/NetworkSecurityRulesEvaluationResult;
            0    2     1  sourcePortMatched  Ljava/lang/Boolean;
    MethodParameters:
                   Name  Flags
      sourcePortMatched  

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

  public com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult withDestinationMatched(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/NetworkSecurityRulesEvaluationResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult this
        start local 1 // java.lang.Boolean destinationMatched
         0: .line 149
            aload 0 /* this */
            aload 1 /* destinationMatched */
            putfield com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.destinationMatched:Ljava/lang/Boolean;
         1: .line 150
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean destinationMatched
        end local 0 // com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/network/NetworkSecurityRulesEvaluationResult;
            0    2     1  destinationMatched  Ljava/lang/Boolean;
    MethodParameters:
                    Name  Flags
      destinationMatched  

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

  public com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult withDestinationPortMatched(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/NetworkSecurityRulesEvaluationResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult this
        start local 1 // java.lang.Boolean destinationPortMatched
         0: .line 169
            aload 0 /* this */
            aload 1 /* destinationPortMatched */
            putfield com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.destinationPortMatched:Ljava/lang/Boolean;
         1: .line 170
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean destinationPortMatched
        end local 0 // com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/network/NetworkSecurityRulesEvaluationResult;
            0    2     1  destinationPortMatched  Ljava/lang/Boolean;
    MethodParameters:
                        Name  Flags
      destinationPortMatched  
}
SourceFile: "NetworkSecurityRulesEvaluationResult.java"