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

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

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

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

  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.ServiceTagInformationPropertiesFormat this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.ServiceTagInformationPropertiesFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ServiceTagInformationPropertiesFormat;

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

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

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

  public java.util.List<java.lang.String> addressPrefixes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ServiceTagInformationPropertiesFormat this
         0: .line 75
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ServiceTagInformationPropertiesFormat.addressPrefixes:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.ServiceTagInformationPropertiesFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ServiceTagInformationPropertiesFormat;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;
}
SourceFile: "ServiceTagInformationPropertiesFormat.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty